object frmLicSplash: TfrmLicSplash Left = 171 Top = 225 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog Caption = 'About %s...' ClientHeight = 396 ClientWidth = 493 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object ImageClouds: TImage Left = 0 Top = 0 Width = 493 Height = 396 Align = alClient Stretch = True end object BevelOuter: TBevel Left = 0 Top = 0 Width = 493 Height = 396 Align = alClient Shape = bsFrame Style = bsRaised end object BevelInner: TBevel Left = 10 Top = 10 Width = 476 Height = 265 Shape = bsFrame Style = bsRaised end object lbContact: TLabel Left = 273 Top = 254 Width = 206 Height = 13 Caption = 'eMail 100713.14@CompuServe.Com' Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object lbFax: TLabel Left = 273 Top = 238 Width = 142 Height = 13 Caption = 'Fax +49 (40) 49 79 32' Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object lbPhone: TLabel Left = 273 Top = 222 Width = 142 Height = 13 Caption = 'Phone +49 (40) 49 79 31' Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object ImageProgram: TImage Left = 25 Top = 80 Width = 291 Height = 181 Stretch = True end object ImageDemo: TImage Left = 33 Top = 47 Width = 100 Height = 101 Center = True Picture.Data = {} Stretch = True Visible = False end object lbCompany: TLabel Left = 273 Top = 206 Width = 168 Height = 13 Caption = '(c) COM ConneXion && Partner' Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object ImageBeta: TImage Left = 307 Top = 95 Width = 166 Height = 116 Picture.Data = {} Stretch = True Visible = False end object ImageHelper: TImage Left = 15 Top = 286 Width = 473 Height = 100 Center = True ParentShowHint = False ShowHint = False Stretch = True Visible = False end object lbFirmaShadow: TLabel Left = 135 Top = 17 Width = 339 Height = 57 Caption = 'Com ConneXion' Color = clBtnFace Font.Color = clGray Font.Height = -43 Font.Name = 'Matura MT Script Capitals' Font.Style = [fsItalic] ParentColor = False ParentFont = False Transparent = True end object lbFirma: TLabel Left = 133 Top = 14 Width = 339 Height = 58 Caption = 'Com ConneXion' Color = clBtnFace Font.Color = clBlue Font.Height = -43 Font.Name = 'Matura MT Script Capitals' Font.Style = [fsItalic] ParentColor = False ParentFont = False Transparent = True end object lbSoftWareShadow: TLabel Left = 336 Top = 66 Width = 148 Height = 40 Caption = 'SoftWare' Font.Color = clGray Font.Height = -32 Font.Name = 'VAG Round' Font.Style = [fsBold, fsUnderline] ParentFont = False Transparent = True end object lbSoftware: TLabel Left = 334 Top = 64 Width = 146 Height = 38 Caption = 'SoftWare' Color = clPurple Font.Color = clBlue Font.Height = -32 Font.Name = 'VAG Round' Font.Style = [fsBold, fsUnderline] ParentColor = False ParentFont = False Transparent = True end object btnCancel: TButton Left = -100 Top = -100 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 TabStop = False end object btnOk: TButton Left = 420 Top = 223 Width = 61 Height = 27 Caption = 'Ok' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 0 end end